home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / Xt / XtAppSetFallbackResources.z / XtAppSetFallbackResources
Encoding:
Text File  |  2002-10-03  |  3.4 KB  |  67 lines

  1.  
  2.  
  3.  
  4.      XXXXttttAAAAppppppppSSSSeeeettttFFFFaaaallllllllbbbbaaaacccckkkkRRRReeeessssoooouuuurrrrcccceeeessss((((3333XXXXtttt))))XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....6666))))XXXXttttAAAAppppppppSSSSeeeettttFFFFaaaallllllllbbbbaaaacccckkkkRRRReeeessssoooouuuurrrrcccceeeessss((((3333XXXXtttt))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XtAppSetFallbackResources - set fallback resources
  10.  
  11.      SSSSYYYYNNNNTTTTAAAAXXXX
  12.           void XtAppSetFallbackResources(_a_p_p__c_o_n_t_e_x_t,
  13.           _s_p_e_c_i_f_i_c_a_t_i_o_n__l_i_s_t)
  14.                 XtAppContext _a_p_p__c_o_n_t_e_x_t;
  15.                 String* _s_p_e_c_i_f_i_c_a_t_i_o_n__l_i_s_t;
  16.  
  17.      AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
  18.           _a_p_p__c_o_n_t_e_x_t
  19.                     Specifies the application context.
  20.  
  21.           _s_p_e_c_i_f_i_c_a_t_i_o_n__l_i_s_t
  22.                     Specifies a NULL-terminated list of resource
  23.                     specifications to pre-load the database, or NULL.
  24.  
  25.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  26.           Each entry in _s_p_e_c_i_f_i_c_a_t_i_o_n__l_i_s_t points to a string in the
  27.           format _X_r_m_P_u_t_L_i_n_e_R_e_s_o_u_r_c_e.  following a call to
  28.           _X_t_A_p_p_S_e_t_F_a_l_l_b_a_c_k_R_e_s_o_u_r_c_e_s, when a resource database is being
  29.           created for a particular screen and the Intrinsics are not
  30.           able to find or read an application-specific class resource
  31.           file and if _s_p_e_c_i_f_i_c_a_t_i_o_n__l_i_s_t is not NULL the resource
  32.           specification in _s_p_e_c_i_f_i_c_a_t_i_o_n__l_i_s_t will be merged into the
  33.           screen resource database in place of the application-
  34.           specific class resource file.  _X_t_A_p_p_S_e_t_F_a_l_l_b_a_c_k_R_e_s_o_u_r_c_e_s is
  35.           not required to copy _s_p_e_c_i_f_i_c_a_t_i_o_n__l_i_s_t; the caller must
  36.           ensure that the contents of the list and the strings
  37.           addressed by the list remain valid until all displys are
  38.           initialized or until _X_t_A_p_p_S_e_t_F_a_l_l_b_a_c_k_R_e_s_o_u_r_c_e_s is called
  39.           again. The value NULL for _s_p_e_c_i_f_i_c_a_t_i_o_n__l_i_s_t removes any
  40.           previous fallback resource specification for the application
  41.           context.  The intended use for fallback resources is to
  42.           provide a minimal number of resources that will amke the
  43.           application usable (or at least terminate with helful
  44.           diagnostic messages) when some problem exists in finding and
  45.           loading the application defaults file.
  46.  
  47.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  48.           _X _T_o_o_l_k_i_t _I_n_t_r_i_n_s_i_c_s - _C _L_a_n_g_u_a_g_e _I_n_t_e_r_f_a_c_e
  49.           _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 10/3/02)
  64.  
  65.  
  66.  
  67.